FrameLib  0.7
DSP processing with frames of arbitrary timing and length
FrameLib_Types.h
Go to the documentation of this file.
1 
2 #ifndef FRAMELIB_TYPES_H
3 #define FRAMELIB_TYPES_H
4 
5 // Standard integer types
6 
7 #include <stdint.h>
8 
9 // FrameLib_FixedPoint
10 
11 #include "FrameLib_FixedPoint.h"
12 
13 // Raw Bytes
14 
15 typedef unsigned char Byte;
16 typedef unsigned char *BytePointer;
17 
18 // Time format
19 
21 
22 // Basic Types
23 
27 
28 #endif
ObjectType
Definition: FrameLib_Types.h:24
Definition: FrameLib_Types.h:24
Definition: FrameLib_Types.h:25
FL_FP FrameLib_TimeFormat
Definition: FrameLib_Types.h:20
Definition: FrameLib_Types.h:26
Definition: FrameLib_Types.h:26
unsigned char * BytePointer
Definition: FrameLib_Types.h:16
Definition: FrameLib_Types.h:26
Definition: FrameLib_FixedPoint.h:47
unsigned char Byte
Definition: FrameLib_Types.h:15
Definition: FrameLib_Types.h:25
Definition: FrameLib_Types.h:25
Definition: FrameLib_Types.h:24
ConnectionResult
Definition: FrameLib_Types.h:26
FrameType
Definition: FrameLib_Types.h:25
Definition: FrameLib_Types.h:24
Definition: FrameLib_Types.h:26
Definition: FrameLib_Types.h:26